-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COLLECTIONS-767 MapBuilder class to decide among various types of Maps #188
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am used to choosing a map based on what I need, so not sure if I would use it immediately.
But looks very interesting at first. Needs a JIRA issue too (which is used for the changelog too).
Will take another look later. But fter a cursory look, code looks good.
Thanks for your contribution!
Bruno
src/test/java/org/apache/commons/collections4/MapBuilderTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/commons/collections4/MapBuilderTest.java
Outdated
Show resolved
Hide resolved
e2abfce
to
b5cc1de
Compare
@kinow , @garydgregory , any reason not to merge this or should we just close the pull request? |
If it were just me, I would close it. I feel I am better served knowing what the JDK offers , what Commons Collection offers, and the difference. It feels like a solution in search of a problem. I don't see using this in code I write FWIW. |
No description provided.